home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v7n21.arc / ANSIKEY.BAT < prev    next >
DOS Batch File  |  1988-11-14  |  811b  |  44 lines

  1. ECHO OFF
  2. IF NOT "%9"=="" GOTO TooMany
  3. GOTO %1
  4. GOTO ERROR
  5. :F1
  6. ANSI ~[0;84;"%2 %3 %4 %5 %6 %7 %8";13p
  7. GOTO OK
  8. :F2
  9. ANSI ~[0;85;"%2 %3 %4 %5 %6 %7 %8";13p
  10. GOTO OK
  11. :F3
  12. ANSI ~[0;86;"%2 %3 %4 %5 %6 %7 %8";13p
  13. GOTO OK
  14. :F4
  15. ANSI ~[0;87;"%2 %3 %4 %5 %6 %7 %8";13p
  16. GOTO OK
  17. :F5
  18. ANSI ~[0;88;"%2 %3 %4 %5 %6 %7 %8";13p
  19. GOTO OK
  20. :F6
  21. ANSI ~[0;89;"%2 %3 %4 %5 %6 %7 %8";13p
  22. GOTO OK
  23. :F7
  24. ANSI ~[0;90;"%2 %3 %4 %5 %6 %7 %8";13p
  25. GOTO OK
  26. :F8
  27. ANSI ~[0;91;"%2 %3 %4 %5 %6 %7 %8";13p
  28. GOTO OK
  29. :F9
  30. ANSI ~[0;92;"%2 %3 %4 %5 %6 %7 %8";13p
  31. GOTO OK
  32. :F10
  33. ANSI ~[0;93;"%2 %3 %4 %5 %6 %7 %8";13p
  34. GOTO OK
  35. :TooMany
  36. ECHO Key setting text can contain at most 8 words.
  37. GOTO DONE
  38. :ERROR
  39. ECHO SYNTAX: "ANSIKEY F# [text of key setting, up to 8 words]"
  40. GOTO DONE
  41. :OK
  42. ECHO %1 %2 %3 %4 %5 %6 %7 %8 > \%1.KEY
  43. :DONE
  44.